home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / communic / qmodempr / script.pak / WILDCAT.SCR < prev   
Encoding:
Text File  |  1994-03-01  |  419 b   |  15 lines

  1. ' Script to log on to a Wildcat! BBS.
  2.  
  3. If LastConnectUserId = "" then
  4.   MSGBOX "Please fill in the UserID and Password Field in the Dialing Entry First"
  5.   End
  6. End If
  7.  
  8. When match "top" Do Send
  9.  
  10. WaitFor "Name"                  'Enter Name from UserId in Dialing Entry
  11.   Send LastConnectUserId
  12.  
  13. WaitFor "Password"              'Enter Password from Password Field in Dialing Entry
  14.   Send LastConnectPassword
  15.